flowchart TB A((START)) B[Age farmers and<br>replace any that exit] C[<span style='color:red;'>Update income, costs, and<br>profit of holdings and farms</span>] E[<span style='color:red;'>Farmer decision making</span>] T[Update map and plots] Z((END)) A --> B B --> C C --> E E --> T T --> Z click C "02-calculation-of-farm-income.html" "Click for details" click E "03-farmer-decisions-general.html" "Click for details"
Model main loop
MtM ABM documentation
Model main loop
Each model tick the model steps through the sequence shown below.
More details of procedures in red is set out in documents linked from those boxes in the flow chart.
Update History
| Date | Changes |
|---|---|
| 2025-02-15 | Page split into model initialisation and model main loop. |
| 2025-02-14 | Initial post. |